projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efcf38c
)
(event-point): Fix fboundp test surrounding this.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 30 May 1996 17:12:48 +0000
(17:12 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 30 May 1996 17:12:48 +0000
(17:12 +0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index e9657538ecfdb6d57ec630f0c7af2ec5de640283..d6fe0cbaa8b9fe8a82c696403dd4083f413bcdd1 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-182,7
+182,7
@@
STRING should be given if the last search was by `string-match' on STRING."
(setq props (nthcdr 2 props)))
(remove-text-properties start end ())))))
-(or (fboundp 'event-
closest-
point)
+(or (fboundp 'event-point)
;; Missing in Emacs 19.29.
(defun event-point (event)
"Return the character position of the given mouse-motion, button-press,